home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / GDIPlus / Makefile
Encoding:
Makefile  |  2004-10-22  |  677 b   |  19 lines

  1. # DEMOS\Exmaples\Pascal\CLR\GDIPlus makefile
  2.  
  3. default: Brushes Images Pens Text
  4.  
  5. Brushes Images Pens Text:
  6.     cd $@
  7.     $(MAKE) -f $(MAKEFILENAME) $(MAKESWTS) -$(MAKEFLAGS) $(MAKEDEFS) -DMAKEDEFS="$(MAKEDEFS)" -DTARGET=$(TARGET) $(TARGET)
  8.     cd $(PASEXAMPLES)\CLR\GDIPlus
  9.  
  10. debug:
  11.     $(MAKE) -f $(MAKEFILENAME) $(MAKESWTS) -$(MAKEFLAGS) -DDEBUG -DMAKEDEFS="-DDEBUG $(MAKEDEFS)" -DTARGET=debug default
  12.  
  13. integration:
  14.     $(MAKE) -f $(MAKEFILENAME) $(MAKESWTS) -$(MAKEFLAGS) -DMAKEDEFS="$(MAKEDEFS)" -DTARGET=integration default
  15.  
  16. clean:
  17.     $(MAKE) -f $(MAKEFILENAME) $(MAKESWTS) -$(MAKEFLAGS) -DMAKEDEFS="$(MAKEDEFS)" -DTARGET=clean default
  18.  
  19. spotless:   clean